home *** CD-ROM | disk | FTP | other *** search
- _
- _ Copyright (c) 1986, 1990 by The Trustees of Columbia University in
- _ the City of New York. Permission is granted to any individual or
- _ institution to use, copy, or redistribute this software so long as it
- _ is not sold for profit, provided this copyright notice is retained.
- _
- _ Author: Andrew Lowry
-
- #include "datime.h" /* need these symbols to use _CMTAD */
-
- /* time/date parse errors */
-
- fnerror(NTD,`Both time and date are suppressed in time/date parse')
- fnerror(TIM,`Invalid time')
- fnerror(DAT,`Invalid date')
- fnerror(DT,`Invalid time and date')
-
- pvtype(datime)_ /* TAD parse returns a datime structure */
-